home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_72.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  273 b   |  17 lines

  1. on prepareFrame
  2.   global LOOPFRAME, CURRENTBUSCARD, BUSCARDCOUNT
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.     set CURRENTBUSCARD to EMPTY
  6.     set BUSCARDCOUNT to 0
  7.   end if
  8. end
  9.  
  10. on enterFrame
  11.   checkRollOvers()
  12. end
  13.  
  14. on exitFrame
  15.   go(the frame)
  16. end
  17.